lib.fs

Undocumented in source.

Members

Functions

copyRecurse
void copyRecurse(string sourcePath, string targetPath)

Copy the given source path recursively to the target path

folderHasChanged
bool folderHasChanged(string rootDir, string pattern)

Check if a folder has changed

getUniqueHash
ulong[] getUniqueHash(string rootDir, string pattern)

Get a unique cache for a directory

getUniqueHash
ulong getUniqueHash(DirEntry entry)

Get a unique hash for a DirEntry https://github.com/WebFreak001/FSWatch/blob/1925700c64d9a26fbb2a6231b2cf94dc343800a4/source/fswatch.d#L38

moveRecurse
void moveRecurse(string sourcePath, string targetPath)

Move the given source path recursively to the target path

rmdirRecurseForce
void rmdirRecurseForce(char[] pathname)
void rmdirRecurseForce(DirEntry de)

Force remove the given directory recursively

Meta